<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.publisher.contrib.override">

  <require>org.nuxeo.ecm.platform.publisher.contrib</require>

  <extension point="factory" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      Default PublishedDocumentFactories available to use.

      - CoreProxy: to manage published documents based on a proxy

      - LocalFile: to manage published documents on the file system

      - RemoteDocModel: to manage published documents on the server when using
      the remote publication

      @author Thomas Roger(troger@nuxeo.com)
    </documentation>

    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.core.CoreProxyFactory" name="CoreProxy"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.impl.localfs.FSPublishedDocumentFactory" name="LocalFile"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.server.SimpleExternalDocumentModelFactory" name="RemoteDocModel"/>
    <publishedDocumentFactory class="org.nuxeo.ecm.platform.publisher.remoting.client.ClientProxyFactory" name="ClientProxyFactory"/>

  </extension>

</component>
